home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / software / tsw / tsw.exe / {app} / TSWWebCoder.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2003-09-12  |  13KB  |  339 lines

  1. object AboutBox: TAboutBox
  2.   Left = 733
  3.   Top = 271
  4.   BorderStyle = bsNone
  5.   Caption = 'Om TSW WebCoder'
  6.   ClientHeight = 322
  7.   ClientWidth = 302
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object FlatPanel2: TFlatPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 302
  26.     Height = 322
  27.     ParentColor = True
  28.     ColorHighLight = clBlack
  29.     ColorShadow = clBlack
  30.     Align = alClient
  31.     TabOrder = 0
  32.     OnClick = FlatPanel2Click
  33.     object splash: TImage
  34.       Left = 100
  35.       Top = 8
  36.       Width = 196
  37.       Height = 137
  38.       Picture.Data = {<image001.jpg>}
  39.       Transparent = True
  40.       Visible = False
  41.       OnClick = splashClick
  42.     end
  43.     object about: TImage
  44.       Left = 1
  45.       Top = 1
  46.       Width = 300
  47.       Height = 200
  48.       AutoSize = True
  49.       Picture.Data = {<image002.gif>}
  50.       OnClick = aboutClick
  51.     end
  52.     object InfoPanel: TFlatPanel
  53.       Left = 5
  54.       Top = 205
  55.       Width = 292
  56.       Height = 110
  57.       Color = 14741743
  58.       ColorHighLight = clGray
  59.       ColorShadow = clGray
  60.       TabOrder = 0
  61.       OnClick = InfoPanelClick
  62.       object Label4: TLabel
  63.         Left = 16
  64.         Top = 19
  65.         Width = 61
  66.         Height = 13
  67.         Caption = 'Hjemmeside:'
  68.         Font.Charset = ANSI_CHARSET
  69.         Font.Color = clBlack
  70.         Font.Height = -11
  71.         Font.Name = 'Tahoma'
  72.         Font.Style = []
  73.         ParentFont = False
  74.         Transparent = True
  75.       end
  76.       object Label3: TLabel
  77.         Left = 16
  78.         Top = 59
  79.         Width = 32
  80.         Height = 13
  81.         Caption = 'E-Mail:'
  82.         Font.Charset = ANSI_CHARSET
  83.         Font.Color = clBlack
  84.         Font.Height = -11
  85.         Font.Name = 'Tahoma'
  86.         Font.Style = []
  87.         ParentFont = False
  88.         Transparent = True
  89.       end
  90.       object Label2: TLabel
  91.         Left = 208
  92.         Top = 22
  93.         Width = 76
  94.         Height = 26
  95.         Caption = 'TSW WebCoder'#13#10'Version: 4.03'
  96.         Font.Charset = ANSI_CHARSET
  97.         Font.Color = clWindowText
  98.         Font.Height = -11
  99.         Font.Name = 'Tahoma'
  100.         Font.Style = []
  101.         ParentFont = False
  102.         Transparent = True
  103.       end
  104.       object UserLabel: TLabel
  105.         Left = 208
  106.         Top = 75
  107.         Width = 74
  108.         Height = 13
  109.         Caption = 'Ikke registreret'
  110.         Font.Charset = ANSI_CHARSET
  111.         Font.Color = clWindowText
  112.         Font.Height = -11
  113.         Font.Name = 'Tahoma'
  114.         Font.Style = []
  115.         ParentFont = False
  116.         Transparent = True
  117.       end
  118.       object Label5: TLabel
  119.         Left = 208
  120.         Top = 59
  121.         Width = 36
  122.         Height = 13
  123.         Caption = 'Bruger:'
  124.         Font.Charset = ANSI_CHARSET
  125.         Font.Color = clWindowText
  126.         Font.Height = -11
  127.         Font.Name = 'Tahoma'
  128.         Font.Style = []
  129.         ParentFont = False
  130.         Transparent = True
  131.       end
  132.       object Label1: TLabel
  133.         Left = 1
  134.         Top = 96
  135.         Width = 290
  136.         Height = 13
  137.         Align = alBottom
  138.         Alignment = taRightJustify
  139.         Caption = 'Copyright Kasper Tanggaard 2001-03   '
  140.         Font.Charset = ANSI_CHARSET
  141.         Font.Color = clWindowText
  142.         Font.Height = -11
  143.         Font.Name = 'Tahoma'
  144.         Font.Style = [fsBold]
  145.         ParentFont = False
  146.         Transparent = True
  147.       end
  148.       object Url: TAsUrlLabel
  149.         Left = 16
  150.         Top = 36
  151.         Width = 97
  152.         Height = 13
  153.         Cursor = crHandPoint
  154.         HoverAlignment = taLeftJustify
  155.         HoverCaption = 'http://aerodynamica2.port5.com'
  156.         HoverColor = 14741743
  157.         HoverFont.Charset = DEFAULT_CHARSET
  158.         HoverFont.Color = clRed
  159.         HoverFont.Height = -11
  160.         HoverFont.Name = 'Verdana'
  161.         HoverFont.Style = []
  162.         HoverLayout = tlTop
  163.         Url = 'http://www.tsw.dk'
  164.         AutoSize = False
  165.         Caption = 'www.tsw.dk'
  166.         Font.Charset = DEFAULT_CHARSET
  167.         Font.Color = clBlue
  168.         Font.Height = -11
  169.         Font.Name = 'Verdana'
  170.         Font.Style = [fsUnderline]
  171.         Transparent = True
  172.       end
  173.       object Mail: TAsUrlLabel
  174.         Left = 16
  175.         Top = 76
  176.         Width = 105
  177.         Height = 13
  178.         Cursor = crHandPoint
  179.         HoverAlignment = taLeftJustify
  180.         HoverCaption = 'http://aerodynamica2.port5.com'
  181.         HoverColor = 14741743
  182.         HoverFont.Charset = DEFAULT_CHARSET
  183.         HoverFont.Color = clRed
  184.         HoverFont.Height = -11
  185.         HoverFont.Name = 'Verdana'
  186.         HoverFont.Style = []
  187.         HoverLayout = tlTop
  188.         Url = 'mailto:tsw@tsw.dk'
  189.         AutoSize = False
  190.         Caption = 'tsw@tsw.dk'
  191.         Font.Charset = DEFAULT_CHARSET
  192.         Font.Color = clBlue
  193.         Font.Height = -11
  194.         Font.Name = 'Verdana'
  195.         Font.Style = [fsUnderline]
  196.       end
  197.       object AsUrlLabel1: TAsUrlLabel
  198.         Left = 112
  199.         Top = 28
  200.         Width = 78
  201.         Height = 37
  202.         Cursor = crHandPoint
  203.         HoverAlignment = taCenter
  204.         HoverCaption = 'Grafik af Acra ApS'
  205.         HoverColor = 14741743
  206.         HoverFont.Charset = DEFAULT_CHARSET
  207.         HoverFont.Color = clRed
  208.         HoverFont.Height = -11
  209.         HoverFont.Name = 'Verdana'
  210.         HoverFont.Style = []
  211.         HoverLayout = tlTop
  212.         Url = 'http://www.fairhost.dk'
  213.         Alignment = taCenter
  214.         AutoSize = False
  215.         Caption = 'Grafik af Acra ApS'
  216.         Font.Charset = DEFAULT_CHARSET
  217.         Font.Color = clBlue
  218.         Font.Height = -11
  219.         Font.Name = 'Verdana'
  220.         Font.Style = [fsUnderline]
  221.         Transparent = True
  222.         WordWrap = True
  223.       end
  224.     end
  225.   end
  226.   object Timer1: TTimer
  227.     Enabled = False
  228.     Interval = 1500
  229.     OnTimer = Timer1Timer
  230.     Left = 152
  231.     Top = 64
  232.   end
  233.   object siLang: TsiLang
  234.     version = 'v5.2.2'
  235.     StringsTypes.Strings = (
  236.       'TIB_STRINGLIST'
  237.       'TSTRINGLIST')
  238.     NumOfLanguages = 2
  239.     LangDispatcher = Form1.LangDispatcher
  240.     LangDelim = 1
  241.     LangNames.Strings = (
  242.       'Danish N1'
  243.       'English N2')
  244.     Language = 'Danish N1'
  245.     ExtendedTranslations = <>
  246.     Left = 136
  247.     Top = 144
  248.     TranslationData = {
  249.       737443617074696F6E730D0A5441626F7574426F78014F6D2054535720576562
  250.       436F6465720141626F75742054535720576562436F646572010D0A466C617450
  251.       616E656C320101010D0A496E666F50616E656C0101010D0A4C6162656C340148
  252.       6A656D6D65736964653A01486F6D65706167653A010D0A4C6162656C3301452D
  253.       4D61696C3A01010D0A4C6162656C320154535720576562436F646572191A5665
  254.       7273696F6E3A20342E303201010D0A557365724C6162656C01496B6B65207265
  255.       676973747265726574014E6F742072656769737465726564010D0A4C6162656C
  256.       35014272756765723A01557365723A010D0A4C6162656C3101436F7079726967
  257.       6874204B61737065722054616E67676161726420323030312D30332020200101
  258.       0D0A55726C017777772E7473772E646B017777772E7473776172652E6E657401
  259.       0D0A4D61696C01747377407473772E646B01747377407473776172652E6E6574
  260.       010D0A417355726C4C6162656C310147726166696B2061662041637261204170
  261.       53014772617068696373206279204163726120417053010D0A737448696E7473
  262.       0D0A5441626F7574426F780101010D0A466C617450616E656C320101010D0A73
  263.       706C6173680101010D0A61626F75740101010D0A496E666F50616E656C010101
  264.       0D0A4C6162656C340101010D0A4C6162656C330101010D0A4C6162656C320101
  265.       010D0A557365724C6162656C0101010D0A4C6162656C350101010D0A4C616265
  266.       6C310101010D0A55726C0101010D0A4D61696C0101010D0A417355726C4C6162
  267.       656C310101010D0A7374446973706C61794C6162656C730D0A7374466F6E7473
  268.       0D0A5441626F7574426F78014D532053616E73205365726966014D532053616E
  269.       73205365726966010D0A466C617450616E656C32014D532053616E7320536572
  270.       696601010D0A496E666F50616E656C014D532053616E7320536572696601010D
  271.       0A4C6162656C34015461686F6D6101010D0A4C6162656C33015461686F6D6101
  272.       010D0A4C6162656C32015461686F6D6101010D0A557365724C6162656C015461
  273.       686F6D6101010D0A4C6162656C35015461686F6D6101010D0A4C6162656C3101
  274.       5461686F6D6101010D0A55726C0156657264616E6101010D0A4D61696C015665
  275.       7264616E6101010D0A417355726C4C6162656C310156657264616E6101010D0A
  276.       73744D756C74694C696E65730D0A7374446C677343617074696F6E730D0A5761
  277.       726E696E67015761726E696E6701010D0A4572726F72014572726F7201010D0A
  278.       496E666F726D6174696F6E01496E666F726D6174696F6E01010D0A436F6E6669
  279.       726D01436F6E6669726D01010D0A596573012659657301010D0A4E6F01264E6F
  280.       01010D0A4F4B014F4B01010D0A43616E63656C0143616E63656C01010D0A4162
  281.       6F7274012641626F727401010D0A52657472790126526574727901010D0A4967
  282.       6E6F7265012649676E6F726501010D0A416C6C0126416C6C01010D0A4E6F2054
  283.       6F20416C6C014E266F20746F20416C6C01010D0A59657320546F20416C6C0159
  284.       657320746F2026416C6C01010D0A48656C70012648656C7001010D0A73745374
  285.       72696E67730D0A4944535F3101496B6B65207265676973747265726574014E6F
  286.       742072656769737465726564010D0A4944535F30014E61766E014E616D65010D
  287.       0A73744F74686572537472696E67730D0A5441626F7574426F782E48656C7046
  288.       696C650101010D0A5441626F7574426F782E48656C704B6579776F7264010101
  289.       0D0A466C617450616E656C322E48656C704B6579776F72640101010D0A73706C
  290.       6173682E48656C704B6579776F72640101010D0A61626F75742E48656C704B65
  291.       79776F72640101010D0A496E666F50616E656C2E48656C704B6579776F726401
  292.       01010D0A4C6162656C342E48656C704B6579776F72640101010D0A4C6162656C
  293.       332E48656C704B6579776F72640101010D0A4C6162656C322E48656C704B6579
  294.       776F72640101010D0A557365724C6162656C2E48656C704B6579776F72640101
  295.       010D0A4C6162656C352E48656C704B6579776F72640101010D0A4C6162656C31
  296.       2E48656C704B6579776F72640101010D0A55726C2E48656C704B6579776F7264
  297.       0101010D0A55726C2E486F76657243617074696F6E01687474703A2F2F616572
  298.       6F64796E616D696361322E706F7274352E636F6D01010D0A55726C2E55726C01
  299.       687474703A2F2F7777772E7473772E646B01687474703A2F2F7777772E747377
  300.       6172652E6E6574010D0A4D61696C2E48656C704B6579776F72640101010D0A4D
  301.       61696C2E486F76657243617074696F6E01687474703A2F2F6165726F64796E61
  302.       6D696361322E706F7274352E636F6D01010D0A4D61696C2E55726C016D61696C
  303.       746F3A747377407473772E646B016D61696C746F3A747377407473776172652E
  304.       6E6574010D0A417355726C4C6162656C312E48656C704B6579776F7264010101
  305.       0D0A417355726C4C6162656C312E486F76657243617074696F6E014772616669
  306.       6B20616620416372612041705301477261706869637320627920416372612041
  307.       7053010D0A417355726C4C6162656C312E55726C01687474703A2F2F7777772E
  308.       66616972686F73742E646B01010D0A73744C6F63616C65730D0A43757272656E
  309.       637920537472696E67016B7201010D0A54686F7573616E642053657061726174
  310.       6F72012E01010D0A446563696D616C20536570617261746F72012C01010D0A44
  311.       61746520536570617261746F72012D01010D0A53686F7274204461746520466F
  312.       726D61740164642D4D4D2D7979797901010D0A4C6F6E67204461746520466F72
  313.       6D617401642E204D4D4D4D207979797901010D0A54696D652053657061726174
  314.       6F72013A01010D0A54696D6520414D20537472696E670101010D0A54696D6520
  315.       504D20537472696E670101010D0A53686F72742054696D6520466F726D617401
  316.       68683A6D6D01010D0A4C6F6E672054696D6520466F726D61740168683A6D6D3A
  317.       737301010D0A53686F7274204D6F6E7468204E616D6573016A616E2C6665622C
  318.       6D61722C6170722C6D616A2C6A756E2C6A756C2C6175672C7365702C6F6B742C
  319.       6E6F762C64656301010D0A4C6F6E67204D6F6E7468204E616D6573016A616E75
  320.       61722C666562727561722C6D617274732C617072696C2C6D616A2C6A756E692C
  321.       6A756C692C6175677573742C73657074656D6265722C6F6B746F6265722C6E6F
  322.       76656D6265722C646563656D62657201010D0A53686F727420446179204E616D
  323.       65730173F82C6D612C74692C6F6E2C746F2C66722C6CF801010D0A4C6F6E6720
  324.       446179204E616D65730173F86E6461672C6D616E6461672C746972736461672C
  325.       6F6E736461672C746F72736461672C6672656461672C6CF87264616701010D0A
  326.       7374436F6C6C656374696F6E730D0A737443686172536574730D0A5441626F75
  327.       74426F780144454641554C545F4348415253455401010D0A466C617450616E65
  328.       6C320144454641554C545F4348415253455401010D0A496E666F50616E656C01
  329.       44454641554C545F4348415253455401010D0A4C6162656C3401414E53495F43
  330.       48415253455401010D0A4C6162656C3301414E53495F4348415253455401010D
  331.       0A4C6162656C3201414E53495F4348415253455401010D0A557365724C616265
  332.       6C01414E53495F4348415253455401010D0A4C6162656C3501414E53495F4348
  333.       415253455401010D0A4C6162656C3101414E53495F4348415253455401010D0A
  334.       55726C0144454641554C545F4348415253455401010D0A4D61696C0144454641
  335.       554C545F4348415253455401010D0A417355726C4C6162656C31014445464155
  336.       4C545F4348415253455401010D0A}
  337.   end
  338. end
  339.